Skip to content

Conversation

AMythicDev
Copy link
Owner

@AMythicDev AMythicDev commented Dec 4, 2024

cova is a CLI library for written in Zig. It provides some great features which can give significant improvements over the very rudimentary interface that zigverm uses right now.
This PR aims to port all zigverm CLI handling code with Cova.

Much of the work regarding the command line interface is done. The main work now remains is to re-implement all the command matching code and minor improvement on the help texts.

  • Add Cova as dependency
  • Specify all previous CLI commands/positional arguments in Cova
  • Re-implement the command matching logic (currently commented out)
  • Improve the text display on usage help

Depends on 00JCIV00/cova#69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant